/* ===================================================== */
/*                 AI ANALYSIS SECTION                   */
/* ===================================================== */

.ai-analysis{

    width:100%;

    padding:20px 80px;

    box-sizing:border-box;
}


/* ===================================================== */
/*                  باکس اصلی (کارت شیشه‌ای)              */
/* ===================================================== */

.ai-container{

    max-width:1600px;

    margin:0 auto;

    padding:70px;

    border-radius:40px;

    background:
    rgba(255,255,255,.02);

    border:
    1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(20px);
}



/* ===================================================== */
/*                      عنوان                            */
/* ===================================================== */

.ai-title{

    text-align:center;

    margin-bottom:70px;
}

.ai-tag{

    display:inline-block;

    padding:12px 25px;

    border-radius:50px;

    color:#b266ff;

    border:1px solid rgba(178,102,255,.4);

    background:rgba(255,255,255,.03);

    margin-bottom:25px;
}

.ai-title h2{

    color:#ffffff;

    font-size:52px;

    margin-bottom:20px;
}

.ai-title p{

    color:#9ea8c7;

    max-width:850px;

    margin:auto;

    line-height:1.8;
}



/* ===================================================== */
/*                     ردیف اول                          */
/* ===================================================== */

.ai-row{

    display:grid;

    grid-template-columns:1fr 1fr 1fr;

    gap:30px;
}

/* ===================================================== */
/*                                                        */
/*                  AI ANALYSIS LINE                      */
/*                                                        */
/* ===================================================== */

.ai-line{

    width:180px;

    height:5px;

    margin:35px auto 70px;

    border-radius:50px;

    background:linear-gradient(
        90deg,
        #00F5FF,
        #7B61FF
    );

    box-shadow:
        0 0 10px rgba(0,245,255,.6),
        0 0 25px rgba(0,245,255,.45),
        0 0 45px rgba(0,245,255,.2);

}



/* ===================================================== */
/*                   کارت های اصلی                       */
/* ===================================================== */



.ai-card:hover{

    transform:translateY(-10px);

    border-color:#8c52ff;

    box-shadow:
    0 0 35px rgba(140,82,255,.25);
}

.ai-card h3{

    color:#ffffff;

    text-align:center;

    margin-bottom:35px;

    font-size:24px;

    margin-bottom:18px;
}



/* ===================================================== */
/*                     موتور AI                          */
/* ===================================================== */

.ai-engine{

    display:flex;

    flex-direction:column;

    align-items:center;
}




.ai-inner span{

    font-size:48px;

    font-weight:700;

    color:#00e5ff;
}

.ai-inner small{

    color:#9ea8c7;
}



/* ===================================================== */
/*                 AI ANALYSIS SECTION                   */
/* ===================================================== */

.ai-analysis{

    width:100%;

    padding:110px 80px 80px;

    box-sizing:border-box;
}

/* ===================================================== */
/*                      عنوان                            */
/* ===================================================== */

.ai-title{

    text-align:center;

    margin-bottom:20px;
}

.ai-tag{

    display:inline-block;

    padding:12px 25px;

    border-radius:50px;

    color:#b266ff;

    border:1px solid rgba(178,102,255,.4);

    background:rgba(255,255,255,.03);

    margin-bottom:25px;


}

.ai-title h2{

    color:#ffffff;

    font-size:62px;

    margin-bottom:20px;

    line-height:1.25;

    font-weight:800;
}

.ai-title p{

    color:#9ea8c7;

    max-width:850px;

    margin:auto;

    line-height:1.8;
}

/* ===================================================== */
/*                     ردیف اصلی                         */
/* ===================================================== */

.ai-row{

    display:grid;

    grid-template-columns:1fr 1fr 1fr;

    gap:22px;

    align-items:stretch;
}

/* ===================================================== */
/*                    کارت اصلی                          */
/* ===================================================== */

.ai-card{

    background:rgba(255,255,255,.035);

    border:1px solid rgba(0,255,255,.10);

    border-radius:24px;

    padding:35px;

    backdrop-filter:blur(20px);

    transition:.35s;

    position:relative;

    overflow:hidden;

    box-shadow:
    0 20px 60px rgba(0,0,0,.45);

    display:flex;

    flex-direction:column;

}

.ai-card:hover{

    transform:translateY(-6px);

    border-color:#8c52ff;

    box-shadow:

0 25px 70px rgba(0,0,0,.55),

0 0 30px rgba(0,255,255,.18);
}

.ai-card h3{

    color:#ffffff;

    text-align:center;

    margin-bottom:25px;

    font-size:34px;

    font-weight:700;

    letter-spacing:.5px;
}
/* ===================================================== */
/*                    موتور AI                           */
/* ===================================================== */

.ai-engine{

    display:flex;

    flex-direction:column;

    align-items:center;
}

.engine-body{

    flex:1;

    width:100%;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    gap:15px;
}

.engine-header{

    width:100%;

    display:flex;

    flex-direction:column;

    align-items:center;

    gap:12px;

    margin-bottom:15px;
}

.system-status{

    color:#00ff88;

    font-size:14px;

    padding:8px 16px;

    border-radius:30px;

    background:rgba(0,255,136,.18);

    box-shadow:0 0 20px rgba(0,255,136,.15);
}

.radar-container{

    width:100%;

    height:220px;

    display:flex;

    justify-content:center;

    align-items:center;
}

#aiRadar{

    width:230px;

    height:230px;
}

.live-analysis{

    color:#00ff88;

    font-weight:600;

    display:flex;

    align-items:center;

    gap:10px;
}

/* ===================================================== */
/*                  داده های بررسی شده                   */
/* ===================================================== */

.source-list{

    flex:1;

    display:grid;

    align-content:center;

    gap:12px;
}

.source-item{

    background:#0c1326;

    border:1px solid rgba(255,255,255,.05);

    border-radius:16px;

    padding:14px 18px;

    color:#ffffff;

    transition:.3s;
}

.source-item:hover{

    border-color:#8c52ff;

    transform:translateX(-4px);
}

/* ===================================================== */
/*                 نتیجه تحلیل بازار                     */
/* ===================================================== */

.market-result{

    flex:1;

    display:flex;

    flex-direction:column;

    justify-content:center;

    gap:14px;
}

.market-result h4{

    color:#fff;

    font-size:38px;

    margin-bottom:10px;
}

.trend,
.confidence,
.signal{

    border-radius:15px;

    padding:18px;

    text-align:center;
}

.green{

    background:rgba(0,255,136,.15);

    color:#00ff88;
}

.confidence{

    background:#0c1326;

    color:#ffffff;
}

.signal{

    background:linear-gradient(
        135deg,
        #00ff88,
        #00c853
    );

    color:#ffffff;

    font-size:22px;

    font-weight:700;

    box-shadow:

0 10px 30px rgba(0,255,136,.25);
}

/* ===================================================== */
/*                      موبایل                           */
/* ===================================================== */

@media(max-width:1100px){

    .ai-row{

        grid-template-columns:1fr;
    }

    .ai-container{

        padding:40px;
    }

    .ai-left-card,
    .ai-recht-card{

        height:auto;
    }
}

@media(max-width:768px){

    .ai-analysis{

        padding:100px 20px;
    }

    .ai-title h2{

        font-size:38px;
    }

    #aiRadar{

        width:200px;

        height:200px;
    }

    .ai-container{

        padding:25px;

        border-radius:26px;
    }
}

/* ===================================================== */
/*                  کارت اصلی بیتکوین                    */
/* ===================================================== */

.main-coin-card{

    background:#0b1323;

    border:1px solid rgba(0,255,255,.10);

    border-radius:18px;

    padding:25px;

    margin-bottom:28px;

}

.card-line{

    width:100%;

    height:1px;

    background:rgba(255,255,255,.06);

    margin-top:18px;

}


/* ===================================================== */
/*                 برچسب تحلیل AI                         */
/* ===================================================== */

.main-badge{

    display:table;

    padding:8px 18px;

    margin:0 auto 20px;

    border-radius:50px;

    background:rgba(0,255,136,.12);

    border:1px solid rgba(0,255,136,.30);

    color:#00ff88;

    font-size:13px;

    font-weight:600;

}


/* ===================================================== */
/*         قفلِ محتوا برای کاربرهای غیرعضو                  */
/* ===================================================== */

.blurred-content{

    filter:blur(7px);

    opacity:.55;

    user-select:none;

    pointer-events:none;
}

.lock-overlay{

    position:absolute;

    inset:0;

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:center;

    gap:14px;

    background:linear-gradient(180deg, rgba(2,6,17,.2), rgba(2,6,17,.85) 55%);

    padding:20px;

    text-align:center;

    direction:rtl;
}

.lock-icon{

    width:56px;

    height:56px;

    border-radius:50%;

    background:rgba(0,245,255,.12);

    border:1px solid rgba(0,245,255,.4);

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

    box-shadow:0 0 25px rgba(0,245,255,.25);
}

.lock-title{

    font-size:15px;

    font-weight:700;

    color:#ffffff;
}

.lock-sub{

    font-size:12.5px;

    color:#8a93a6;

    max-width:260px;

    line-height:1.8;
}

.cta-btn{

    margin-top:6px;

    padding:11px 26px;

    border-radius:12px;

    border:none;

    background:linear-gradient(90deg,#00f5ff,#8c52ff);

    color:#020611;

    font-weight:800;

    font-size:13.5px;

    cursor:pointer;

    text-decoration:none;

    display:inline-block;

    transition:.2s;
}

.cta-btn:hover{

    filter:brightness(1.1);

    transform:translateY(-1px);
}

